home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #11 / Amiga Plus CD - 2004 - No. 11.iso / AmiSoft / Text / tex / latex2rtf.lha / latex2rtf / cfg / ignore.cfg < prev    next >
Text File  |  2003-10-30  |  3KB  |  87 lines

  1. # $Id: ignore.cfg,v 1.8 2003/10/30 06:07:02 prahl Exp $
  2. #
  3. # Variable Definition File
  4. # This file is used for recognizing of LaTeX-variables and user defines ones.
  5. # All variables are ignored but the converter must know them to do this correctly
  6. # write the variable-name command with slash, followed by comma
  7. # then write the type of the variable followed by "." .
  8. # Possible Types are:
  9. # NUMBER : simple numeric value
  10. # MEASURE : numeric value with following unit of measure
  11. # OTHER: ignores anything to the first character after '='
  12. #     and from there to next space. eg. \setbox\bak=\hbox
  13. # COMMAND: ignores anything to next '\' and from there to occurence
  14. #       of anything but a letter. eg. \newbox\bak
  15. # SINGLE: ignore single command. eg. \noindent
  16. # PARAMETER: ignore a single parameter
  17. # TWOPARAMETER: ignore two parameters e.g. \nomenclature{f}{foo} ignores f and foo
  18. # Please write the type uppercase exactly as above.
  19. # Use no spaces !
  20. # After this "#" character everything is ignored till end of line
  21.  
  22. # hyperlatex
  23. \htmlname,PARAMETER.
  24. \htmltitle,PARAMETER.
  25. \htmldepth,PARAMETER.
  26. \htmlautomenu,PARAMETER.
  27. \htmldirectory,PARAMETER.
  28. \htmladdress,PARAMETER.
  29. \htmlmenu,PARAMETER.
  30. \topnode,PARAMETER.
  31. \htmlmenu,PARAMETER.
  32. \htmlonly,PARAMETER.
  33. \html,PARAMETER.
  34. \xname,PARAMETER.
  35. \xlabel,PARAMETER.
  36. \htmlimage,PARAMETER.           #Note that an optional Parameter won't be ignored
  37. \htmlsym,PARAMETER.
  38.  
  39. \makeatother,SINGLE.
  40. \makeatletter,SINGLE.
  41. \displaystyle,SINGLE.
  42. \T,SINGLE.
  43. \tex,SINGLE.                    #hyperlatex specific, switches off special input mode
  44. \untypedspace,SINGLE.
  45. \relax,SINGLE.
  46. \texonly,SINGLE.
  47. \htmlrule,SINGLE.               # Note that an optional Parameter won't be ignored
  48. \tableofcontents,SINGLE.
  49. \listoffigures,SINGLE.
  50. \sloppy,SINGLE.
  51. \fussy,SINGLE.
  52. \hfill,SINGLE.
  53. \SetRokickiEPSFSpecial,SINGLE.  # For the BoxedEPSF package:
  54. \SetOzTeXEPSFSpecial,SINGLE.    # For the BoxedEPSF package:
  55. \ShowDisplacementBoxes,SINGLE.  # For the BoxedEPSF package:
  56. \HideDisplacementBoxes,SINGLE.  # For the BoxedEPSF package:
  57.  
  58. \H,LINE.
  59. \C,LINE.
  60.  
  61. \fboxsep,MEASURE.
  62. \fboxrule,MEASURE.
  63. \clubpenalty,MEASURE.
  64. \widowpenalty,MEASURE.
  65. \displaywidowpenalty,MEASURE.
  66. \chardef,MEASURE.
  67. \penalty,MEASURE.
  68. \unitlength,MEASURE.
  69. \parskip,MEASURE.
  70. \topmargin,MEASURE.
  71. \textheight,MEASURE.
  72. \textwidth,MEASURE.
  73. \headheight,MEASURE.
  74. \headsep,MEASURE.
  75.  
  76. \gif,ENVCMD.    # someone could try out what happens when you
  77. #         # you use this. It has three optional parameters
  78. #        # and one required. None of them is desired to appear
  79. #        # in the rtf-File
  80. \iftex,ENVCMD. 
  81. \ifhtml,ENVIRONMENT.
  82. \hyperlatex,PACKAGE.
  83. \latin1,PACKAGE.
  84. \setbox,OTHER.
  85. \newbox,COMMAND.
  86. \nomenclature,TWOPARAMETER.
  87.